Welcome![Sign In][Sign Up]
Location:
Search - python 3d

Search list

[Develop ToolsPYTHON 3d PROGRAMMING

Description: PYTHON 3d PROGRAMMING
Platform: | Size: 313836 | Author: 严冰 | Hits:

[BooksPYTHON 3d PROGRAMMING

Description: PYTHON 3d PROGRAMMING
Platform: | Size: 313344 | Author: 严冰 | Hits:

[Otherbin_io.f90

Description: 三维fdtd的PML程序编写,少见的完全的版本-3D fdtd PML programmers, a rare complete version
Platform: | Size: 1024 | Author: 夏烁 | Hits:

[Special Effectsvmtk-0.6

Description: python写得图形处理程序,针对的是血管图像的3D重建与诊断-written in python graphics processing procedures, targeted at the vascular image of the 3D reconstruction and diagnosis
Platform: | Size: 1078272 | Author: 张华 | Hits:

[3D GraphicFighter

Description: game made with blender 3d to play press P
Platform: | Size: 1629184 | Author: eapv | Hits:

[Other Gameslight_test

Description: python 3D光线追踪,人物网格加载-python 3D ray tracing, figure grid load
Platform: | Size: 1024 | Author: hangni | Hits:

[Special Effectsscientific-computing-with-python

Description: 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设计等。   书中以大量实例引导读者逐步深入学习,每个实例程序都有详尽的解释,并都能在本书推荐的运行环境中正常运行。此外,本书附有大量的图表和插图,力求减少长篇的理论介绍和公式推导,以便读者通过实例和数据学习并掌握理论知识。 -The goal of this book is to teach computational scientists how to develop tailored, flexible, and human-efficient working environments built from small programs (scripts), written in the easy-to-learn, high-level language Python. The focus is on examples and applications of relevance to computational scientists: gluing existing applications and tools, e.g. for automating simulation, data analysis, and visualization steering simulations and computational experiments equipping old programs with graphical user interfaces making computational Web applications and creating interactive interfaces with a Maple/Matlab-like syntax to numerical applications in C/C++ or Fortran. In short, scripting with Python makes you much more productive, increases the reliability of your scientific work and lets you have more fun- on Unix, Windows and Macintosh. All the tools and examples in this book are open source codes. The second edition features new material, reorganization of text, improved example
Platform: | Size: 4609024 | Author: yoyo | Hits:

[Documents用python做科学计算

Description: 介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像;如何设计精巧的程序界面;如何和C语言所编写的高速计算程序结合;如何编写声音、图像处理算法。(This file introduces how to use the development of Python applications in scientific computing and numerical calculation; how to make 2D and 3D image interactive; how to design the program interface; how to combine the high speed calculation program written in C language; and how to write the voice and image processing algorithm.)
Platform: | Size: 5489664 | Author: youmi1993 | Hits:

[Other3D-Heisenmodel_visual.tar

Description: The visuallization code of the 3D Heisenberg model.
Platform: | Size: 183296 | Author: hhermes | Hits:

[AI-NN-PRpython-plot

Description: 使用python绘制图形和曲线,本例给出一个绘制sinx、一个画3D曲面的源代码示意。(Using Python to draw graphs and curves, this example gives a source code for drawing sinx.)
Platform: | Size: 1024 | Author: netnetnet | Hits:

[Special Effectspython计算机视觉.pdf

Description: 本书是计算机视觉编程的权威实践指南,依赖 Python 语言讲解了基础理论与算法,并通过 大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、 立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。(This book is an authoritative guide to computer vision programming, which explains basic theories and algorithms based on the Python language.A large number of examples carefully analyze object recognition, content based image search, optical character recognition, optical flow, tracking, 3D reconstruction,Stereoscopic imaging, augmented reality, attitude estimation, panoramic creation, image segmentation, noise reduction, image grouping and other techniques.)
Platform: | Size: 17972224 | Author: sycai | Hits:

[Otherbyte-of-python-chinese-edition

Description: Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,性能要求特别高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能(Python has a rich and powerful library. It is often nicknamed as a glue language and can easily link up various modules (especially C/C++) made in other languages. A common application scenarios, the rapid generation of Python program using the prototype (and sometimes even the final interface program), then parts of which have special requirements, rewritten using more appropriate language, such as 3D game graphics rendering module, the performance requirements are particularly high, it can be rewritten with C/C++ extension library, then you can call the Python package. It is important to note that you may need to consider the platform problem when you use an extended class library, some possible)
Platform: | Size: 1725440 | Author: hazardeden | Hits:

[GUI Develop3D-sphere-random-1

Description: 3D空间内随机投放球形纤维,用于实体建模(Randomly placed spherical fibers in 3D space for solid modeling)
Platform: | Size: 2048 | Author: hustgwj | Hits:

[Python计算机视觉编程

Description: 本书介绍Python的计算机视觉编程,用清晰的Python示例,细致讲解对象识别、3D重建、立体图像、增强现实及其他计算机视觉应用技巧,给出了分析图像的工具与方法。内容:机器人导航、医学图像分析;图像映射与变换;多图像的3D重建;用聚类方法基于相似性和内容组织图像;基于视觉内容的图像检索技巧;实现图像内容分类和对象识别的算法;通过Python接口访问常用的OpenCV库。(This book introduces Python's computer vision programming. With clear Python examples, it elaborates on object recognition, 3D reconstruction, stereo image, augmented reality and other computer vision application techniques, and gives tools and methods for image analysis. Contents: Robot navigation, medical image analysis; image mapping and transformation; multi-image 3D reconstruction; image organization based on similarity and content using clustering method; image retrieval techniques based on visual content; algorithm for image content classification and object recognition; access to common OpenCV library through Python interface.)
Platform: | Size: 5047296 | Author: qhxinshou | Hits:

[DocumentsSingle grainl

Description: 程序首先读取MATLAB生成的三维晶粒点数据,然后在ABAQUS中实现3D 晶粒建模(3D grain modeling in ABAQUS)
Platform: | Size: 262144 | Author: qdxtfht | Hits:

[Other3d

Description: 三维hashin失效判据子程序 用于判断三维建模情况下的符合材料失效分析(Three-dimensional hashin failure criterion subroutine for determining material failure analysis in the case of 3D modeling)
Platform: | Size: 18432 | Author: luck5555 | Hits:

[DocumentsPython极客项目编程

Description: 《Python极客项目编程》里面讲解了一些很好玩的项目。 利用参数方程和turtle模块生成万花尺图案; ● 通过模拟频率泛音在计算机上创作音乐; ● 将图形图像转换为ASCII文本图形; ● 编写一个三维立体画程序,生成隐藏在随机图案下的3D图像; ● 通过探索粒子系统、透明度和广告牌技术,利用OpenGL着色器制作逼真的动画; ● 利用来自CT和MRI扫描的数据实现3D可视化; ● 将计算机连接到Arduino编程,创建响应音乐的激光秀。(Python Geek Programming explains some interesting projects. Using parametric equation and turtle module to generate a kaleidoscope pattern; Create music on computer by analog frequency overtone. Converting graphics and images to ASCII text graphics; Write a three-dimensional drawing program to generate 3D images hidden in random patterns. Through exploring particle system, transparency and billboard technology, using OpenGL shader to produce realistic animation; 3-D visualization using data from CT and MRI scans; Connect the computer to Arduino programming to create a laser show that responds to music)
Platform: | Size: 6423552 | Author: sc117 | Hits:

[GUI Develop3d weave

Description: python源代码输入TexGen,可对三维编织体进行几何建模。(Python source code input texgen, 3D braid can be geometric modeling.)
Platform: | Size: 1315840 | Author: KOBEHU222 | Hits:

[Mathimatics-Numerical algorithmsPython机器视觉编程

Description: 《Python计算机视觉编程》是计算机视觉编程的实践指南,依赖Python语言讲解了基础理论与算法,并通过大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。另外,书中附带的练习还能让读者巩固并学会应用编程知识。("Python Computer Vision Programming" is a practical guide to computer vision programming. It relies on the Python language to explain basic theories and algorithms, and analyzes object recognition, content-based image search, optical character recognition, optical flow method, tracking, and detailed analysis through a large number of examples. 3D reconstruction, stereo imaging, augmented reality, pose estimation, panorama creation, image segmentation, noise reduction, image grouping and other technologies. In addition, the exercises included in the book also allow the reader to consolidate and learn the knowledge of application programming.)
Platform: | Size: 17479680 | Author: 稳字经 | Hits:

[Othercohesive-3d

Description: abaqus中3维模型cohesive单元嵌入的插件v(Plug in for embedding cohesiv unit of 3D model in ABAQUS)
Platform: | Size: 1024 | Author: dhsiu | Hits:
« 12 3 4 »

CodeBus www.codebus.net